Crate feattle_ui[][src]

Expand description

This crate implements an administration Web Interface for visualizing and modifying the feature flags (called “feattles”, for short).

It provides a web-framework-agnostic implementation in AdminPanel and a ready-to-use binding to warp in run_warp_server. Please refer to the main package - feattle for more information.

Note that authentication is not provided out-of-the-box and you’re the one responsible for controlling and protecting the access.

Optional features

Modules

Structs

The administration panel, agnostic to the choice of web-framework.

Represent a rendered page

Enums

Represent what can go wrong while handling a request

Functions

Run the given admin panel using warp framework.